home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung / Power-Programmierung (Tewi)(1994).iso / magazine / msysjour / vol06 / 02 / winmem32 / params.c < prev    next >
Text File  |  1991-02-28  |  313b  |  9 lines

  1. #include    "back.h"
  2.  
  3. /* This is the parameter block used to store important
  4.    addresses for 16 / 32 communication. */
  5.  
  6. int     (* InitRoutine)()   = main;     /* Setup Routine  */
  7. void    (* ActionRoutine)() = actionF;  /* Action Routine */
  8. char    *pointer;                       /* Data Buffer    */
  9.